C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / ItemsSource Property

In This Topic
ItemsSource Property (TransposedGrid<T>)
In This Topic
Gets or sets ItemsSource settings.
Syntax
'Declaration
 
<JsonAttribute(1)>
<JsonConverterAttribute(C1.Web.Mvc.Serialization.ServiceConverter)>
Public Overridable Property ItemsSource As IItemsSource(Of T)
 
See Also